html{margin:0;padding:0;border:0;}
body,div,span,object,iframe,h1,h2,h3,h4,h5,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,navs,section
{margin:0;padding:0;border:0;}
body{background:#fff;color:#333;position:relative;font:12px/1.5 Microsoft YaHei,arial,宋体,sans-serif;vertical-align:baseline;width:100%;overflow-x:hidden;}
a{text-decoration:none;outline:none; color:#333;}
a:hover,a:active,a:focus{text-decoration:none;outline:none;}
input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}
.fl{float:left;}
.fr{float:right;}

.container {max-width: 1310px; margin: 0 auto; padding: 0 15px;}
.flex {display: flex; flex-wrap: wrap; justify-content: space-between;}

.xymob-head {
    position: fixed;
    top: 0;
    z-index: 999999;
    left: 0;
    right: 0;
    background: #151515;
}

.xymob-head-box {
    position: relative;
    height: 60px;
}

.xymob-head-box .xymob-logo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 70%;
    height: 30px;
    text-align: center;
}

.xymob-head-box .xymob-logo h1, .xymob-head-box .xymob-logo a {
    display: inline;
    font-size: 0;
}

.xymob-head-box .xymob-logo img {
    height: 25px;
}

.xymob-navbtn {
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto 0 auto 27px;
    width: 30px;
    height: 20px;
}

.xymob-navbtn span, .xymob-navbtn:after, .xymob-navbtn:before {
    display: block;
    height: 2px;
    width: 100%;
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.xymob-navbtn span {
    margin: 7px 0;
}

.xymob-navbtn:after, .xymob-navbtn:before {
    content: '';
    -webkit-transform-origin: 7.5%;
    transform-origin: 7.5%;
}

.xymob-navbtn.clicked span {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}

.xymob-navbtn.clicked:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.xymob-navbtn.clicked:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.xymob-search-btn {
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14%;
    text-align: center;
    line-height: 60px;
}

.xymob-search-btn .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.xymob-search-btn .icon-font:after {
    background-position: -30px -210px;
}

.xymob-menu {
    display: none;
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
    height: 100vh;
    background: #151515;
    padding: 0 10%;
}

.xymob-menu .xymob-menu-box {
    height: 100vh;
    overflow: auto;
    padding-bottom: 80px;
}

.xymob-nav > li {
    border-bottom: 1px solid #2b2b2b;
    position: relative;
}

.xymob-nav > li > a {
    display: block;
    line-height: 50px;
    font-size: 16px;
    color: #ffffff;
}

.xymob-nav .xymob-menu-jt {
    position: absolute;
    width: 20%;
    height: 50px;
    line-height: 50px;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 9;
}

.xymob-nav .xymob-menu-jt .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.xymob-nav .xymob-menu-jt .icon-font:after {
    background-position: -30px -240px;
}

.xymob-nav .xymob-menu-jt.clicked .icon-font:after {
    background-position: -30px -270px;
}

.xymob-nav .xymob-sub-menu {
    background: #1E1E1E;
    display: none;
}

.xymob-nav .xymob-sub-menu > li {
    border-top: 1px dashed #2b2b2b;
}

.xymob-nav .xymob-sub-menu > li > a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 40px;
    text-indent: 2em;
}

.xymob-dlbtn {
    margin-top: 40px;
}

.xymob-dlbtn a {
    text-align: center;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #005bac;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
}

.xymob-dlbtn a i {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.xymob-dlbtn a .icon-dl:after {
    background-position: -30px -540px;
}

.xymob-dlbtn a .icon-pn:after {
    background-position: -30px -600px;
}

.xymob-dlbtn a .icon-tc:after {
    background-position: -30px -570px;
}

.xymob-dlbtn .zx-btn {
    margin-top: 10px;
    background: none;
    border: 1px solid #fff;
}

.xymob-search {
    position: fixed;
    z-index: 99999;
    left: 100%;
    bottom: 0;
    top: 0;
    width: 100%;
    background: #151515;
    padding: 15px 15% 0 15%;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.xymob-search .xymob-search-close-btn {
    position: absolute;
    top: 27px;
    left: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

@media (max-width: 420px) {
    .xymob-search .xymob-search-close-btn {
        left: 15px;
    }
}

.xymob-search .xymob-search-close-btn i {
    width: 100%;
    height: 100%;
    display: block;
}

.xymob-search .xymob-search-close-btn i:after {
    background-position: -30px -300px;
}

.xymob-search .xymob-search-box {
    height: 50px;
    border-bottom: 2px solid #2d2d2d;
}

.xymob-search .xymob-search-box input[type="text"] {
    width: 80%;
    float: left;
    background: none;
    border: none;
    outline: none;
    color: rgba(255, 255, 255, 0.3);
    font-family: "Microsoft YaHei";
    font-size: 16px;
    height: 50px;
}

.xymob-search .xymob-search-box #s_btn {
    width: 20%;
    height: 50px;
    outline: none;
    cursor: pointer;
    font-size: 0;
    background: none;
    border: none;
}

.xymob-search .xymob-search-box #s_btn .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.xymob-search .xymob-search-box #s_btn .icon-font:after {
    background-position: -30px -210px;
}

.xymob-search .xymob-seaerch-wz span, .xymob-search .xymob-seaerch-wz a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 45px;
    border-bottom: 1px solid #2b2b2b;
}

.xymob-search.clicked {
    left: 0;
}

.visible-sm, .visible-xs {
    display: none!important;
}

@media (max-width: 767px){
    .visible-sm, .visible-xs {
        display: block!important;
    }
    .hidden-xs {
        display: none!important;
    }

    .banner{padding-top:60px;}
}







.top{background: #333; font-size: 14px; height: 44px; line-height: 44px; color: #fff;}
.welcome {font-family: MicrosoftYaHei; font-size: 14px; font-weight: normal; font-stretch: normal; letter-spacing: 0px; color: #a1a1a1;}
.welcome p{margin: 0;}


.toplogo .logo{float: left; width: 170px; line-height: 113px;}
.toplogo .logo img{max-width: 100%;}
.toplogo .logodesc{ float: left; margin-top: 28px; padding-left: 25px; margin-left: 20px; background: url(../images/logobg.png) no-repeat left center;}

.logodesc h4{ font-size: 22px; font-stretch: normal;line-height: 30px; letter-spacing: 0px; color: #3358a6; font-weight: 600;}
.logodesc h5{font-family: SourceHanSansCN-Light;font-size: 18px;font-weight: normal;font-stretch: normal;line-height: 30px;letter-spacing: 0px;color: #222222;}

.photxt{ float: right; padding-left: 45px; color: #888888; margin-top: 28px; font-size: 14px; background: url(../images/tel.png) no-repeat left 3px;}



.navbox {height: 60px; line-height: 60px; position: relative; z-index: 999;background: url(../images/navbg.png);}
.navbox .nnav {width: 100%;}
.menu {
    width: 58.75%;
    float: left;
}
.menu > li {
    width: 14%;
    margin: 0;
    text-align: center;
    float: none;
    position: relative;
}
.menu > li + li::before{
    content: '';
    position: absolute;
    background-color: #cbcbcb;
    height: 12px;
    width: 1px;
    left: 0;
    top: 43%;
    z-index: 999;
}
.menu > li:hover::before{
    display: none;
}
.menu > li>a {
    font-size: 16px;
    color: #555;
    line-height: 60px;
    display: block;
}
.menu > li:hover .sub-menu li a{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: 0.5em;
}
.menu > li.active a{
    color: #fff;
    background-color: #3358a6;
}
.menu {
    width: 100%;
    float: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.menu li a.sweep-to-top{
    position: absolute;
}
.sub-menu {}
.menu .lastli {
    width: 6%!important;
}
.menu > li:after {
    content: '';
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
    height: 40px;
    opacity: 0;
    top: 100%;
}
.menu > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.sub-menu {
    position: absolute;
    z-index: 999;
    width: 100%;
    background: #fff;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.sub-menu > li > a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .5em;
}
.menu li.active .sub-menu li a{
   background-color: #fff;

}
.menu li.active .sub-menu li:hover a{
    background: #e9eaeb;
}
.sub-menu > li:hover > a {
    background: #e9eaeb;
}
.sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
    display: none;
}
.menu li a.sweep-to-top {
    display: block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.menu li a.sweep-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3358a6;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.menu li:hover a.sweep-to-top,
.menu li a.sweep-to-top:focus, 
.menu li a.sweep-to-top:active {
    color: white;
}
.menu li:hover a.sweep-to-top:before, 
.menu li a.sweep-to-top:focus:before, 
.menu li a.sweep-to-top:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}


/*热门关键词*/
.so{
    padding: 22px 0;
    border-bottom: 1px solid #eaeaea;
}

.gjc img{
    float: left;
}

.gjc h3{
    float: left;
    padding-left: 12px;
    line-height: 32px;
}

.gjc b{
    color: #666666;
    font-size: 14px;
    font-weight: bold;
}

.gjc span{
    font-size: 14px;
}

.gjc span a{
    color: #666666;
    font-weight: normal;
    padding-left: 20px;
}

.gjc span a:hover{
    color: #3358a6;
     
}
.gjca{
    float: left;
}
.sousuo{
    /* position: absolute; */
    /* right: 0; */
    float: right;
    /* top: 80px; */
    width: 360px;
    /* padding: 20px; */
    z-index: 999;
    position: relative;
}

.sousuo #keyword {
    line-height: 30px;
    width: 72%;
    background: none;
    border:none;
    outline: none;
    color: #5a5a5a;
    float: left;
    font-size: 14px;
    text-indent: 20px;
    padding: 0;
    border:1px solid #e5e5e5;
}

.sousuo .fl{
    width: 28%;
    line-height: 32px;
    border: none;
    background-color: #3358a6;
    color: #ffffff;
    font-size: 12px;
    box-sizing: border-box;
}

.sousuo .fls{
    letter-spacing: 15px;
}

.sousuo img{
    position: absolute;
    right: 5%;
    top: 32%;
}


.banner img{max-width: 100%; display: block;}




.index_pro-show ul li a .index_pro-img img{
	-webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.index_pro-show ul li a:hover .index_pro-img img{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.index_pro{
    background: url(../images/probg.png)no-repeat center;
    padding-top: 75px;
    padding-bottom: 100px;overflow:hidden;
}

.index_pro-show{
    margin-left: -14px;
    margin-right: -14px;
    margin-top: 0px;
}
.index_pro-show ul li{
    margin: 0 14px;
    padding: 10px 0;
}
.index_pro-show ul li a{
    display: block;
    box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 6%);
}
.index_pro-show ul li a .index_pro-img{
    overflow: hidden;
}
.index_pro-show ul li a .index_pro-img img{
    max-width: 100%;
}
.index_pro-show ul li a .index_pro-text{
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    transition: all .5s ease;
}
.index_pro-show ul li a .index_pro-text h3{
    font-size: 14px;
    color: #333;
    font-weight: bold;
}
.index_pro-show ul li a .index_pro-text p{
    font-size: 14px;
    color: #666;
    margin-top: 15px;
    text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.index_pro-show ul li a .index_pro-text span{
    display: block;
    font-size: 14px;
    color: #999;
    margin-top: 20px;
}
.index_pro-show ul li a:hover .index_pro-text{
    background-color: #3358a6;
}
.index_pro-show ul li a:hover .index_pro-text h3{
    color: #fff;
}
.index_pro-show ul li a:hover .index_pro-text p{
    color: #fff;
}
.index_pro-show ul li a:hover .index_pro-text span{
    color: #fff;
}
.index_pro-show .owl-carousel .owl-nav{
    display: block;
}
.index_pro-show .owl-carousel .owl-nav button{
    position: absolute;
    width: 60px;
    height: 60px;
    top: 40%;
}
.index_pro-show .owl-carousel .owl-nav button.owl-prev{
    background: url(../images/icon-left.png) no-repeat;
    left: -15px;
}
.index_pro-show .owl-carousel .owl-nav button.owl-next{
    background: url(../images/icon-right.png) no-repeat;
    right: -15px;
}

.index_pro-show .owl-carousel .owl-nav button span{
    display: none;
}

/* 应用案例自适应 */
@media(max-width: 1199px){
    .index_pro{
        padding: 60px 0;
    }
    .index_pro-show{
        margin-top: 40px;
    }
    .index_pro-show ul li a .index_pro-text{
        padding: 20px;
    }
    .index_pro-show ul li a .index_pro-text h3{
        font-size: 22px;
    }
    .index_pro-show ul li a .index_pro-text p{
                         display:-webkit-box;/**对象作为伸缩盒子模型展示**/
            -webkit-box-orient:vertical;/**设置或检索伸缩盒子对象的子元素的排列方式**/
            -webkit-line-clamp:1;/**显示的行数**/
            overflow:hidden;/**隐藏超出的内容**/
    }
    .index_pro-show ul li a .index_pro-text span{
        font-size: 13px;
        margin-top: 15px;
    }
}
@media(max-width: 991px){
    .index_pro{
        padding: 40px 0;
    }
    .index_pro-show{
        margin-top: 20px;
        margin-left: -8px;
        margin-right: -8px;
    }
    .index_pro-show ul li{
        margin: 0 8px;
    }
    .index_pro-show .owl-carousel .owl-nav button{
        width: 40px;
        height: 40px;
    
    }
    .index_pro-show .owl-carousel .owl-nav button.owl-prev,
    .index_pro-show .owl-carousel .owl-nav button.owl-next{
        background-size: 40px 40px;
    }
    .index_pro-show ul li a .index_pro-text{
        padding: 15px;
    }
    .index_pro-show ul li a .index_pro-text h3{
        font-size: 18px;
    }
    .index_pro-show ul li a .index_pro-text p{
        font-size: 13px;
        line-height: initial;
        margin-top: 5px;
    }
    .index_pro-show ul li a .index_pro-text span{
        margin-top: 10px;
        font-size: 12px;
    }
}
@media(max-width: 650px){
    .index_pro-show .owl-carousel .owl-nav{
        display: none;
    }
}

@media(max-width: 768px){
    .so{padding:12px 0px;}
    .gjc h3{padding-left: 0px; padding-bottom: 8px;}
    .sousuo{margin:0 auto; width:100%;}
    .index_pro-show .owl-carousel{display: block;}
    .index_pro-show ul li{width:49%; margin:0px; margin-right:2%; float:left;}
    .index_pro-show ul li:nth-child(2n){margin-right:0px;}
    .index_pro-show ul li a .index_pro-text h3{font-size: 12px;}
}






.index-ad {
    padding-top: 4.32vw;
    background: url(../images/adbg.jpg) no-repeat 50% 0;
    background-size: cover;
    padding-bottom: 3.02vw;
}

@media (max-width: 780px) {
    .index-ad {
        padding-top: 40px;
        padding-bottom: 30px;
    }
}

.index-ad h2.bt {
    color: #fff;
}

@media (max-width: 480px) {
    .index-ad h2.bt {
        line-height: 1.4;
    }
}
h2.bt {
    text-align: center;
    font-weight: 600;
    font-size: 42px;
    color: #005a9c;
}

@media (max-width: 1200px) {
    h2.bt {
        font-size: 32px;
    }
}

@media (max-width: 780px) {
    h2.bt {
        font-size: 20px;
    }
}



.index-ad .zix {
    color: #fff;
    font-size: 20px;
    margin-top: 27px;
    text-align: center;
}

@media (max-width: 780px) {
    .index-ad .zix {
        margin-top: 14px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .index-ad .zix {
        font-size: 14px;
        margin-top: 8px;
    }
}

.index-ad .con {
    margin-top: 160px;
}

@media (max-width: 1380px) {
    .index-ad .con {
        margin-top: 110px;
    }
}

.index-ad .con .list2 {
    margin-left: -0.65vw;
    margin-right: -0.65vw;
    text-align: center;
    align-items: inherit;
}

@media (max-width: 480px) {
    .index-ad .con .list2 {
        flex-wrap: wrap;
    }
}

.index-ad .con .list2 li {
    width: 25%;
    padding: 0 0.65vw;
    position: relative;
    box-sizing: border-box;
}

/*@media (max-width: 480px) {
    .index-ad .con .list2 li {
        width: 100%;
        margin-bottom: 110px;
    }

    .index-ad .con .list2 li:last-child {
        margin-bottom: 0;
    }
}*/

@media (max-width: 480px) {
    .index-ad .con .list2 li {
        width: 50%;
        margin-bottom: 84px;
    }
     .index-ad .con .list2 li:nth-child(3){margin-bottom: 0px;}
    .index-ad .con .list2 li:last-child {
        margin-bottom: 0;
    }
}

.index-ad .con .list2 li a {
    background: #fff;
    padding: 5.42vw 1.98vw 2.6vw;
    display: block;
}

@media (max-width: 780px) {
    .index-ad .con .list2 li a {
        padding-top: 64px;
    }
}

@media (max-width: 480px) {
    .index-ad .con .list2 li a {
        padding: 64px 10px 20px;
    }
}

.index-ad .con .list2 li .img {
    left: 50%;
    transform: translateX(-50%);
    width: 207px;
    background: url(../images/adbg.png) no-repeat 50% 0;
    padding-top: 35px;
    position: absolute;
    top: -95px;
    background-size: 100% auto;
}

@media (max-width: 1380px) {
    .index-ad .con .list2 li .img {
        width: 160px;
        padding-top: 27px;
        top: -74px;
    }
}

.index-ad .con .list2 li .img .img1 {
    width: 121px;
    margin-left: auto;
    margin-right: auto;
    line-height: 121px;
}

@media (max-width: 1380px) {
    .index-ad .con .list2 li .img .img1 {
        width: 93px;
        line-height: 93px;
    }
}

@media (max-width: 1380px) {
    .index-ad .con .list2 li .img .img1 img {
        max-height: 40px;
    }
}

.index-ad .con .list2 li .zi h3 {
    font-size: 18px;
    color: #000000;
    transition-duration: .3s;
}

@media (max-width: 1380px) {
    .index-ad .con .list2 li .zi h3 {
        font-size: 18px;
    }
}

.index-ad .con .list2 li .zi dd {
    margin-top: 0px;
    font-size: 12px;
    color: #666666;
    line-height: 28px;
}

@media (max-width: 1380px) {
    .index-ad .con .list2 li .zi dd {
        font-size: 14px;
        margin-top: 8px;
    }
}

.index-ad .con .list2 li:hover .zi h3 {
    color: #005a9c;
}

.index-ad .dh {
    margin-top: 3.65vw;
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-family: arial;
    font-weight: 600;
    line-height: 1;
}

@media (max-width: 780px) {
    .index-ad .dh {
        margin-top: 20px;
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .index-ad .dh {
        font-size: 16px;
    }
}

.index-ad a.ck {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #fff;
    margin-top: 1.88vw;
    width: 130px;
    line-height: 30px;
    background-color: #005a9c;
    border-radius: 8px;
    font-size: 14px;
    display: block;
}

@media (max-width: 780px) {
    .index-ad a.ck {
        margin-top: 12px;
    }
}





.index_news {
    padding-top: 4vw;
}

.index_news_tit {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 3vw;
}

.index_news_tit dd {
    color: #3358a6;
    font-size: 2rem;
    font-weight: 600;
}

.index_news_tit dd span {
    color: #222222;
}

.index_news_tit dt {
    font-weight: normal;
    font-size: 18px;
    color: #666666;
    margin-top: 10px;
}

.index_newsa {
    width: 63.7%;
}

.index_newsa li {
    width: 49%;
}

.index_newsa li .img img {
    width: 100%;
}

.index_newsa li h3 {
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    line-height: 1;
    margin-top: 2vw;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.index_newsa li p {
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    font-weight: normal;
    margin-top: 1vw;
    max-height: 72px;
    overflow: hidden;
}

.index_newsa li .lirq {
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    font-family: "Arial";
    font-weight: normal;
    margin-top: 2vw;
}

.index_newsa li .lirq dd {
    float: left;
    margin-right: 10%;
}

.index_newsa li .lirq dt {
    float: left;
    font-weight: normal;
}

.index_newsa li:hover h3 {
    font-weight: 600;
    color: #3358a6;
}

.index_newsb {
    width: 31.5%;
}

.index_newsitem li {
    border-bottom: 1px solid #e6e6e6!important;
    padding-bottom: 1vw;
    margin-bottom: 1vw;
}

.index_newsitem li h3 {
    padding-left: 22px;
    font-size: 17px;
    color: #333333;
    font-weight: normal;
    background: url(../images/icon-news.png) no-repeat left center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.index_newsitem li p {
    font-size: 14px;
    color: #999999;
    font-weight: 100;
    font-family: "Arial";
    margin-top: 0.6vw;
}

.index_newsitem li span {
    display: block;
    font-size: 14px;
    color: #999999;
    margin-top: 0.6vw;
    height: 20px;
    overflow: hidden;
}

.index_newsitem li:hover h3 {
    font-weight: 600;
    color: #3358a6;
    background: url(../images/icon-newsh.png) no-repeat left center;
}



.index_about {
    padding: 6vw 0;
    background: url(../images/aboutbg.jpg) no-repeat top center;
    background-size: cover;
    margin-top: 4vw;
}

.index_aboutbox {
    padding: 3vw 4vw;
    background: #fff;
    width: 61.2%;
    float: right;
    box-shadow: 0 0 5px 1px rgb(153 153 153 / 30%);
}

.index_aboutbox h3 {
    font-size: 1.8rem;
    color: #3358a6;
    font-weight: 600;
}

.index_aboutbox h4 {
    font-size: 1rem;
    color: #666666;
    font-weight: 400;
    margin-top: 1.5vw;
    line-height: 1;
}

.index_aboutbox .abwz {
    font-size: 18px;
    color: #666666;
    line-height: 40px;
    margin-top: 2.5vw;
}

.index_aboutbox .amore {
    width: 170px;
    height: 46px;
    display: block;
    line-height: 46px;
    border: 2px solid #3358a6;
    text-align: center;
    color: #3358a6;
    font-size: 16px;
    font-weight: 400;
    border-radius: 50px;
    margin-top: 3vw;
    transition: all 0.3s;
}

.index_aboutbox .amore:hover {
    color: #fff;
    background: #3358a6;
}


@media (max-width: 1024px) {
	 .index_aboutbox h3 {
        font-size: 28px;
    }

    .index_aboutbox h4 {
        font-size: 16px;
    }

    .index_aboutbox .abwz {
        line-height: 28px;
    }

    .index_news_tit dd {
        font-size: 28px;
    }

    .index_newsa {
        width: 100%;
        justify-content: center;
    }

    .index_newsa li {
        width: 100%;
        margin: 0%;
    }

    .index_newsb {
        display: none;
    }
}
@media (max-width: 768px) {
	.index_aboutbox {
        width: 90%;
        float: none;
        margin: 0 auto;
    }

    .index_aboutbox h3 {
        font-size: 22px;
    }

    .index_aboutbox .abwz {
        font-size: 16px;
        line-height: 24px;
    }
	.index_aboutbox .amore {
        width: 120px;
        height: 36px;
        line-height: 36px;
    }

    .index_news_tit dd {
        font-size: 22px;
    }

    .index_news_tit dt {
        font-size: 16px;
    }
}





.index_app{position: relative;padding: 50px 0 0px;}
.ttt1{text-align: center;}
.ttt1 h3{font-size:2rem;color: #333333;font-weight: bold;}
.ttt1 p{font-size: 18px;color: #666666;padding-top: 15px;}

.index_app_con{position: relative;margin-top: 50px;overflow: hidden;}
.index_app_con ul{ width: 100%; height: 100%;overflow: hidden;}
.index_app_con ul li{box-sizing: border-box;width: 12%;float: left; transition: all 1s ease;height: 100%;position: relative;border-left:1px solid #fff;}
.index_app_con ul li h2{font-size: 20px;color: #fff;writing-mode: vertical-lr;margin: 0 auto;position: absolute;left:50%;top: 0;transform: translateX(-50%);z-index: 999;
letter-spacing: 2px;background: url(../images/icon-app1.png) no-repeat top center;padding-top: 70px;font-weight: normal;}
.index_app_con ul li a{display: block}
.index_app_con ul li .cocimg{position: relative;height: 580px;}
.index_app_con ul li .cocimg img{height: 100%;width: 875px;}

.index_app_con ul li .fugg{box-sizing: border-box; position: absolute;bottom: 0px;left: 0px;z-index: 99;display: none;padding: 2.0833vw;width: 100%;background:rgba(0,0,0,0.3) url(../images/icon-app3.png) no-repeat;background-size: cover;}
.index_app_con ul li .fugg h3{font-size: 26px;color:#fff;padding-left: 60px;margin-bottom: 20px;font-weight: bold;padding-top: 5px;padding-bottom: 5px;line-height: 40px;
background: url(../images/icon-app2.png) no-repeat left center;}
.index_app_con ul li:nth-child(1) .fugg h3{background: url(../images/icon-app1h.png) no-repeat left center; background-size: 48px;}
.index_app_con ul li:nth-child(2) .fugg h3{background: url(../images/icon-app2h.png) no-repeat left center; background-size: 48px;}
.index_app_con ul li:nth-child(3) .fugg h3{background: url(../images/icon-app3h.png) no-repeat left center; background-size: 48px;}
.index_app_con ul li:nth-child(4) .fugg h3{background: url(../images/icon-app4h.png) no-repeat left center; background-size: 48px;}
.index_app_con ul li:nth-child(5) .fugg h3{background: url(../images/icon-app5h.png) no-repeat left center; background-size: 48px;}
.index_app_con ul li:nth-child(6) .fugg h3{background: url(../images/icon-app6h.png) no-repeat left center; background-size: 48px;}
.index_app_con ul li .fugg span{font-size: 15px;color:rgba(255, 255, 255, 0.7);display: block;line-height: 1.7;}

.index_app_con ul li::before{background: rgba(0,13,28,.4);position: absolute;left: 0px;top: 0px;content: "";z-index: 999;width: 100%;height: 100%;}

.index_app_con ul:hover li{width: 12%;}
.index_app_con ul li.active{width: 40%;}
.index_app_con ul li.active::before{display: none;}
.index_app_con ul li.active h2{display:none;}
.index_app_con ul li.active .fugg{display: block;}

@media(max-width:767px) {
    .index_app_con{margin-top: 24px;}
    .index_app_con ul li .cocimg{height:200px;}
.index_app_con ul li .fugg span{max-height:240px; font-size: 12px;}

.index_app_con ul li .fugg h3{font-size:16px;}
}


.footer {
    background: url(../images/footerbg.png) no-repeat center;
    background-size: 100% 100%;
}

.foot {
    padding: 40px 0;
}

.ft-nav {
    float: left;
    width: 75%;
    padding-top: 10px;
}

.foot_nav>li {
    float: left;
    margin-left: 10%;
}

.foot_nav>li:first-child {
    margin-left: 0;
}

.foot_nav>li>a {
    font-size: 18px;
    color: #fff;
    display: block;
    width: 100%;
    padding-left: 42px;
    font-weight: initial;
    position: relative;
}

.foot_nav>li>a::before {
    position: absolute;
    content: '—';
    font-size: 20px;
    font-weight: bold;
    left: 0;
}

.foot_nav li .footer-nav-menu {
    width: 100%;
    margin-top: 20px;
    padding-left: 42px;
}

.foot_nav li .footer-nav-menu a {
    display: block;
    font-size: 14px;
    line-height: 2;
    color: #999;
    font-weight: normal
}

.foot_nav li .footer-nav-menu a:hover {
    color: #fff;
}

/*  */

.ft-contact {
    float: right;
    width: calc(100% - 75%);
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

.ft-contact span {
    display: block;
    font-size: 16px;
    color: #999;
}

.ft-contact h3 {
    font-size: 34px;
    font-weight: bold;
    font-family: Arial;
    color: #fff;
    margin-top: 5px;
}

.ft-contact .contact {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    margin-top: 10px;
}

.ft-ewm {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin-top: 30px;
}

.ft-ewm img {
    max-width: 120px;

}

.ft-ewm p {
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-top: 10px;
}

@media(max-width: 1199px) {
    .foot_nav>li {
        margin-left: 5%;
    }
}

@media(max-width: 991px) {
    .foot_nav>li>a::before {
        font-size: 14px;
    }
    .foot_nav>li>a {
        font-size: 16px;
        padding-left: 25px;
    }
    .foot_nav li .footer-nav-menu {
        padding-left: 25px;
    }
    .foot_nav li .footer-nav-menu a {
        font-size: 13px;
    }
    .ft-contact span {
        font-size: 14px;
    }
    .ft-contact h3 {
        font-size: 24px;
    }
    .ft-contact .contact {
        font-size: 13px;
    }
    .ft-ewm {
        margin-top: 20px;
    }
    .ft-link {
        padding: 20px 0;
    }
    .footed {
        font-size: 12px;
        padding: 15px 0;
    }
    .footed a {
        font-size: 12px;
    }
}

@media(max-width:767px) {
    .footer {
        display: none;
    }
}


.x-footer {
    background: #292929;
    padding: 15px 0;
    text-align: center;
    font-size: 12px;
    color: #999999;
    line-height: 1.5;
}

.x-footer a {
    color: #999999;
}

.x-footer a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.x-copyright {
    margin: 0px 0;
    font-size: 14px;
}



/*左侧工具条*/
.icon-font {
    position: relative;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}
#toolbar {
    position: fixed;
    z-index: 9999;
    right: 17px;
    bottom: 10%;
}

#toolbar .online-one li {
    margin-bottom: 3px;
    font-size: 0;
    width: 70px;
    height: 70px;
    right: 0;
    position: relative;
    box-sizing: border-box;
}

#toolbar .online-one li:hover a {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
}

#toolbar .online-one li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 70px;
    height: 70px;
    background: #00c184;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 0;
    border-radius: 4px;
    padding: 10px 0;
    overflow: hidden;
    box-sizing: border-box;
}

#toolbar .online-one li .icon-font {
    display: block;
    height: 28px;
    width: 100%;
}

#toolbar .online-one li .icon-font:after {
    background-image: url(../images/kf.png);
}

#toolbar .online-one li .icon-qq:after {
    background-position: -30px -240px;
}

#toolbar .online-one li .icon-phone:after {
    background-position: -30px -208px;
}

#toolbar .online-one li .icon-message:after {
    background-position: -30px -170px;
}

#toolbar .online-one li .icon-ewm:after {
    background-position: -30px -138px;
}

#toolbar .online-one li .icon-top:after {
    background-image: url(../images/icon_spirit.png);
    background-position: -30px -60px;
}

#toolbar .online-one li .icon-wangwang:after {
    background-image: url(../images/icon_spirit.png);
    background-position: -30px 0;
}

#toolbar .online-one li .wz {
    font-size: 12px;
    color: #fff;
    text-align: center;
    display: block;
    margin-top: 5px;
    height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#toolbar .online-one li.phone {
    border-radius: 4px;
    padding: 10px 0;
}

#toolbar .online-one li.ewm {
    background: #00c184;
    border-radius: 4px;
    padding: 10px 0;
}

#toolbar .online-one li.phone .tel-phone {
    position: absolute;
    z-index: 1;
    padding: 5px;
    width: 110px;
    right: calc(100% + 5px);
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgb(0 20 60 / 20%);
    box-shadow: 0 4px 20px 4px rgb(0 20 60 / 20%);
    color: #fff;
    font-size: 14px;
}

#toolbar .online-one li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #fff;
    width: 110px;
    right: calc(100% + 5px);
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
}

#toolbar .online-one li.ewm .ewm-box img {
    max-width: 100%;
}

#toolbar .online-one li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #fff;
    border-right: none;
}

#toolbar .online-one li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar .online-one li.phone:hover .tel-phone {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar .online-two li {
    margin-bottom: 3px;
    font-size: 0;
    width: 57px;
    height: 57px;
    right: 0;
    position: relative;
}

#toolbar .online-two li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 57px;
    height: 57px;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap;
    font-size: 0;
    background: #d9d9d9;
}

#toolbar .online-two li .icon-font {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px;
}

#toolbar .online-two li .icon-qq:after {
    background-position: 0 -150px;
}

#toolbar .online-two li .icon-phone:after {
    background-position: 0 -90px;
}

#toolbar .online-two li .icon-ewm:after {
    background-position: 0 -30px;
}

#toolbar .online-two li .icon-message:after {
    background-position: 0 -120px;
}

#toolbar .online-two li .icon-top:after {
    background-position: 0 -60px;
}

#toolbar .online-two li .icon-wangwang:after {
    background-position: 0 0;
}

#toolbar .online-two li .wz {
    display: inline-block;
    line-height: 57px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    padding-left: 10px;
}

#toolbar .online-two li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #3358a6;
    width: 110px;
    right: 120%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
}

#toolbar .online-two li.ewm .ewm-box p {
    margin-bottom: 0;
}

#toolbar .online-two li.ewm .ewm-box img {
    max-width: 100%;
}

#toolbar .online-two li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #3358a6;
    border-right: none;
}

#toolbar .online-two li.ewm:hover .icon {
    background-position: -57px -180px;
}

#toolbar .online-two li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar .online-two li.backtop {
    cursor: pointer;
}

#toolbar .online-two li.backtop .iconfont {
    color: #fff;
    background-color: #3358a6;
}

#toolbar .online-two li:hover a {
    width: 200px;
}

#toolbar .online-two li:hover .icon-qq:after {
    background-position: -30px -150px;
}

#toolbar .online-two li:hover .icon-phone:after {
    background-position: -30px -90px;
}

#toolbar .online-two li:hover .icon-ewm:after {
    background-position: -30px -30px;
}

#toolbar .online-two li:hover .icon-message:after {
    background-position: -30px -120px;
}

#toolbar .online-two li:hover .icon-wangwang:after {
    background-position: -30px 0;
}

#toolbar .online-two li:hover .icon-top:after {
    background-position: -30px -60px;
}

#toolbar .online-three {
    width: 115px;
}

#toolbar .online-three .title {
    background: #3aa3e6;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    position: relative;
}

#toolbar .online-three .title span {
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background-image: url(../images/kf.png);
    background-repeat: no-repeat;
    background-position: -31px -28px;
    opacity: 1;
    text-shadow: none;
}

#toolbar .online-three .qq-list {
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
}

#toolbar .online-three .qq-list li {
    text-align: center;
    line-height: 32px;
}

#toolbar .online-three .qq-list li .icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/kf.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

#toolbar .online-three .qq-list li .wz {
    color: #333;
    font-size: 12px;
    margin-left: 10px;
    display: inline-block;
}

#toolbar .online-three .qq-list .icon-qq:after {
    background-position: 0 -114px;
}

#toolbar .online-three .qq-list .icon-message:after {
    background-position: -30px -87px;
}

#toolbar .online-three .qq-list .icon-wangwang:after {
    background-position: -30px -116px;
}

#toolbar .online-three .ewm {
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
}

#toolbar .online-three .ewm span {
    display: inline-block;
    font-size: 12px;
    color: #333;
    margin-bottom: 12px;
}

#toolbar .online-three .ewm img {
    width: 100%;
    max-width: 84px;
}

#toolbar .online-three .service-phone {
    background: #fff;
    padding: 10px 0;
    text-align: center;
}

#toolbar .online-three .service-phone span {
    font-size: 12px;
    color: #333;
}

#toolbar .online-three .service-phone span.hotline {
    color: #777777;
    font-size: 12px;
    line-height: 32px;
}

#toolbar .online-four li {
    margin-bottom: 3px;
    font-size: 0;
    width: 50px;
    height: 50px;
    right: 0;
    position: relative;
}

#toolbar .online-four li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap;
    font-size: 0;
    border-radius: 50%;
    overflow: hidden;
}

#toolbar .online-four li .icon-font {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
}

#toolbar .online-four li .icon-font:after {
    background-image: url(../images/kf.png);
}

#toolbar .online-four li .icon-qq:after {
    background-position: 0 -87px;
}

#toolbar .online-four li .icon-phone:after {
    background-position: 0 -57px;
}

#toolbar .online-four li .icon-ewm:after {
    background-position: 0 -21px;
}

#toolbar .online-four li .icon-message:after {
    background-position: -30px -55px;
}

#toolbar .online-four li .icon-top:after {
    background-position: 0 -0px;
}

#toolbar .online-four li .icon-wangwang:after {
    background-position: 0 0;
}

#toolbar .online-four li .wz {
    display: inline-block;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    padding-left: 10px;
}

#toolbar .online-four li.ewm {
    border-radius: 50%;
    background: #fff;
}

#toolbar .online-four li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #fff;
    width: 110px;
    right: calc(100% + 5px);
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
}

#toolbar .online-four li.phone {
    border-radius: 50%;
}

#toolbar .online-four li.phone .tel-phone {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: rgb(59,57,57);
    width: 110px;
    right: calc(100% + 5px);
    top: 0;
    opacity: 0;
    font-size: 14px;
    color: #fff;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
}

#toolbar .online-four li.phone:hover .tel-phone {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar .online-four li.ewm .ewm-box img {
    max-width: 100%;
}

#toolbar .online-four li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #fff;
    border-right: none;
}

#toolbar .online-four li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar .online-four li.backtop .icon-font {
    height: 20px;
}

#toolbar .online-four li.backtop .icon-font:after {
    height: 20px;
    left: calc(50% - 17px);
    top: calc(50% - 2px);
}

#toolbar .online-four li.backtop .wz {
    display: block;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    color: #bfbfbf;
    padding-left: 0;
}

@media (max-width: 990px) {
    #toolbar {
        display: none;
    }
}
